'Declaration
Overloads Function AddApplicationUserProvider(Of T As {Class, IApplicationUserProvider})() As ILoupeAgentBuilder
ILoupeAgentBuilder AddApplicationUserProvider<T>() where T: class, IApplicationUserProvider
Type Parameters
- T
- The type of the provider, which must implement Gibraltar.Monitor.IApplicationUserProvider.
Return Value
The builder instance.